home *** CD-ROM | disk | FTP | other *** search
- STOP 100
-
- SET_FRAME 0
- SET_BULLET_OFFSET 0,22
-
- // Going down
- STOP 67
-
- // While going up...
- STOP 15
-
- LABEL 1
-
- // Wait for Small photon
- REPEAT 12
- STOP 4
- REPEAT_END
-
- // Wait for Big photon
- REPEAT 12
- STOP 4
- REPEAT_END
-
- // While Lazering...
-
- STOP 25
- SET_FRAME 1
- STOP 25
-
- REPEAT 15
- SHOOT 106
- STOP 20
- REPEAT_END
-
- STOP 25
- SET_FRAME 0
- STOP 25
-
- STOP 80
-
- GOTO_LABEL 1
-